Add a simple open connection test. Maybe. 🔼
[code=shell]nc -z -w 5
Thanks to Beerbelott for the suggestion, that's what his checker script does.
reported=2019-07-17 22:06:43
reporter=onefang
priority=none
category=Feature
severity=feature
resolution=no change required
2019-11-04 10:56:19 onefang: [code=BASH]
$ nc -z -w 10 sledjhamr.org 80; echo $?
0
$ nc -z -w 5 212.227.11.169 80; echo $?
1
[/code]
2019-12-17 12:29:00 onefang: The problem here with 212.227.11.169 is that most of the time it responds to nc, but times out on actual web stuff.
2019-12-28 21:21:23 onefang: I think --low does the job.